std::unordered_multiset::hash_function
From Cppreference
< cpp | container | unordered multiset
| hasher hash_function() const;
| (C++0x feature) | |
Returns the function that hashes the keys.
Contents |
Parameters
(none)
Return value
the hash function.
Complexity
constant
See also
| returns the function used to compare keys for equality (public member function) | |